func testing.newChattyPrinter

5 uses

	testing (current package)
		benchmark.go#L715: 		main.chatty = newChattyPrinter(main.w)
		fuzz.go#L499: 				root.chatty = newChattyPrinter(root.w)
		fuzz.go#L578: 		root.chatty = newChattyPrinter(root.w)
		testing.go#L573: func newChattyPrinter(w io.Writer) *chattyPrinter {
		testing.go#L2275: 				t.chatty = newChattyPrinter(t.w)